.loadingui-overlay
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    background: #ccc;
    z-index: 1000000;
}
.loadingui-overlay-fullwindow
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loadingui-overlay-positioned
{
    position: absolute;
    top: 0;
}

.loadingui-table
{
    display: table;
    table-layout: fixed;
    z-index: 1000001;
}

.loadingui-table-cell
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.loadingui-box {
    background: white url(../img/jquery.loadingui.loading.gif) no-repeat 3px 3px;
    height: 30px;
    line-height: 22px;
    font-size: 12px;
    padding: 3px 10px 3px 30px;
    top: 10%;
    border: 1px solid #9BBBE6;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
